@charset "utf-8";
.ft_clear
{
	width:100%;
	/*height:180px;*/
	clear:both;
}
/*底部元素*/
.ft_footer
{
	/*width:62.5%;*/
	width:1200px;
	background:#ffffff;
	border-top:1px solid #C5C5C5;
	height:90px;
	margin:0 auto;
}
.ft_footer_contetn
{
	width:100%;
	/*margin:0 auto;*/
	text-align:center;

	font-family: STHeitiSC-Light;
	
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #212121;
}
.ft_footer_contetn_up
{
	font-size: 16px;
	text-align: center;
	line-height: 19px;
	margin-top:20px;
	color:#858585;
}
.ft_footer_contetn_up a
{
	color: #858585;
	text-decoration:none;
}
.ft_footer_contetn_up a:hover
{
	color: #858585;
	border: 0px;
	text-decoration:none;
}
.ft_footer_contetn_down
{
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	color:#858585;
}

